-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ocis 5455 language setting #7720
Ocis 5455 language setting #7720
Conversation
12922b4
to
3cc2a19
Compare
Please rebase to master as there were changes to |
03eeb54
to
f58c435
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just minor nitpicks... up to you
We have found a massive bug, the language is not correctly stored and retrieved, working on it |
e2e test error. whether your changes could have affected the GET user https://drone.owncloud.com/owncloud/ocis/28760/40/12 |
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com> Co-authored-by: Julian Koberg <jkoberg@owncloud.com> Co-authored-by: Michael Barz <mbarz@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
… language Co-authored-by: Florian Schade <fschade@owncloud.com> Signed-of-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com> Co-authored-by: Julian Koberg <jkoberg@owncloud.com> Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
d3d4ba2
to
6ec9891
Compare
Co-authored-by: Julian Koberg <jkoberg@owncloud.com> Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com> Co-authored-by: Michael Barz <mbarz@owncloud.com> Signed-off-by: Christian Richter <crichter@owncloud.com>
6ec9891
to
15699f0
Compare
Co-authored-by: Florian Schade <fschade@owncloud.com> Signed-off-by: Christian Richter <crichter@owncloud.com>
Kudos, SonarCloud Quality Gate passed! |
return "", "", err | ||
} | ||
|
||
langVal := gvr.GetValue().GetValue().GetListValue().GetValues() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fishy.... but seems to be ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results from generated Code 🤷
Ocis 5455 language setting
Ocis 5455 language setting
Enhancement: Add preferred language to user settings
We have added the preferred language to the libre-graph api & added endpoints for that to ocis.
refs #5455
refs owncloud/libre-graph-api#130